@charset "UTF-8";
/* ---------------------------------------- */
/*-　fontサイズ　-*/
/*-文字サイズ中-*/
.font_size2 #cf_greeting_log p,
.font_size2 #cf_minichat_log p,
.font_size2 #cf_smartbbs_log p,
.font_size2 #cf_allchat_log p {
  font-size: 133.333%;
  /*-16pxになるように -*/
  line-height: 1.4;
}

/*-文字サイズ大-*/
.font_size3 #cf_greeting_log p,
.font_size3 #cf_minichat_log p,
.font_size3 #cf_smartbbs_log p,
.font_size3 #cf_allchat_log p {
  font-size: 166.666%;
  /*-20pxになるように -*/
  line-height: 1.4;
}

/* ---------------------------------------- */
/* 右バナー チャットログ */
div#cf_greeting_base,
div#cf_minichat_base,
div#cf_allchat_base {
  margin: 10px auto;
  padding: 0;
  overflow: hidden;
  text-align: left;
  border: 1px solid #72a300;
  border-radius: 6px;
  /* CSS3 Draft */
  /*-yzk171115-*/
  width: 250px;
}

div#cf_greeting_base {
  margin: 8px auto;
  /*-	height: 142px;	-*/
  /* 仮固定 */
}

div#cf_minichat_base {
  /*
  height: 150px;
  */
  height: auto;
  /* 2014.11.25 可変化 */
}

div#cf_allchat_base {
  /*
  height: 600px;
  height: 300px;
  */
  height: auto;
  /* 2014.11.25 可変化 */
}

div#cf_greeting_base button,
div#cf_minichat_base button,
div#cf_allchat_base button {
  border: medium none;
}

div#cf_greeting_base.large,
div#cf_minichat_base.large {
  height: 320px;
}

div#cf_googlemap_info,
div#cf_greeting_info,
div#cf_minichat_info,
div#cf_allchat_info {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 28px;
  overflow: hidden;
  border: none;
  font-size: 12px;
  background-color: #72a300;
  color: #ffffff;
  position: relative;
}

div#cf_googlemap_name,
div#cf_greeting_name,
div#cf_minichat_name,
div#cf_allchat_name {
  margin: 0;
  margin-right: 100px;
  margin-left: 4px;
  padding: 0;
  padding-bottom: 1px;
  font-size: 11px;
  text-align: left;
  overflow: hidden;
  max-height: 28px;
  line-height: 1.15;
  display: block;
  /*-センター合わせ縦のみ-*/
  position: absolute;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

div#cf_googlemap_name {
  margin-right: 32px;
  /*-ボタン分のスペース-*/
}

div#cf_minichat_num {
  margin: 0;
  padding: 0;
  width: 44px;
  height: 28px;
  font-size: 11px;
  line-height: 28px;
  text-align: center;
  overflow: hidden;
  float: right;
}

div#cf_greeting_del,
div#cf_allchat_del {
  margin: 0 0 0 2px;
  padding: 0;
  width: auto;
  display: inline-block;
  height: 28px;
  font-size: 11px;
  line-height: 28px;
  text-align: right;
  overflow: hidden;
  float: right;
}

.floating_btn,
.close_btn {
  width: 20px;
  height: 20px;
  background: #fff;
  border-radius: 4px;
  float: right;
  margin: 4px 4px 2px;
  cursor: pointer;
  background-image: url(../img/floting_button_icon.png);
  background-repeat: no-repeat;
  background-size: 100% 200%;
  border: none;
}
.floating_btn.select,
.close_btn.select {
  background-position: bottom;
}
.floating_btn:hover,
.close_btn:hover {
  opacity: 0.65;
}

.close_btn {
  background-image: url(../img/close_button_icon.png);
  background-size: 100% 100%;
}
.close_btn:hover {
  opacity: 0.65;
}
.close_btn + .floating_btn {
  margin-right: 1px;
}

button#cf_minichat_change {
  width: 20px;
  height: 20px;
  background: #fff;
  border-radius: 4px;
  float: right;
  margin: 4px 4px 2px;
  padding: 0;
  cursor: pointer;
  background-image: url(../img/minichat_btn.png);
  background-repeat: no-repeat;
  background-size: 200% 200%;
  position: static;
}
button#cf_minichat_change:hover {
  opacity: 0.5;
}

button#cf_minichat_change.user {
  background-position: inherit;
}

button#cf_minichat_change.log {
  background-position: 100% 0;
}

button:hover#cf_minichat_change.user {
  background-position: inherit;
}

button:hover#cf_minichat_change.log {
  background-position: 100% 0;
}

div#cf_greeting_info p {
  margin: 1px 0 0 4px;
  padding: 0;
  font-size: 11px;
  line-height: 18px;
  text-align: left;
  overflow: hidden;
}

div#cf_greeting_log,
div#cf_minichat_user,
div#cf_minichat_log,
div#cf_allchat_log {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 122px;
  min-height: 122px;
  overflow: auto;
  text-align: left;
  resize: vertical;
  background-color: #ffffff;
}

div#cf_greeting_log,
div#cf_minichat_user,
div#cf_minichat_log {
  height: 140px;
}

div#cf_allchat_log {
  height: 282px;
  min-height: 282px;
}

div#cf_greeting_log.large,
div#cf_minichat_user.large,
div#cf_minichat_log.large {
  height: 300px;
}

div#cf_greeting_log p,
div#cf_minichat_user p,
div#cf_minichat_log p,
div#cf_allchat_log p {
  margin: 0 3px;
  padding: 4px 2px;
  width: auto;
  word-wrap: break-word;
  font-size: 12px;
  line-height: 1.5;
  color: #293E1C;
  -webkit-border-radius: 4px;
  /* Safari,Chrome */
  -moz-border-radius: 4px;
  /* Firefox */
  border-radius: 4px;
  /* CSS3 Draft */
}

div#cf_greeting_log p a,
div#cf_greeting_log p span,
div#cf_minichat_user p a,
div#cf_minichat_user p span,
div#cf_minichat_log p a,
div#cf_minichat_log p span,
div#cf_allchat_log p a,
div#cf_allchat_log p span {
  color: #802070;
}

/* icon */
div#cf_greeting_log img,
div#cf_minichat_user img,
div#cf_minichat_log img,
div#cf_allchat_log img {
  margin: 0 2px 0 0;
  padding: 0;
  width: 25px;
  height: 25px;
  display: inline-block;
  vertical-align: bottom;
}

div#cf_minichat_log p.logbk0 {
  background-color: #ebf7ce;
}

div#cf_minichat_user p.logbk0 {
  background-color: #e0e8fa;
}

div#cf_greeting_log p.logbk0 {
  background-color: #fae8e8;
}

div#cf_allchat_log p.logbk0 {
  background-color: #ffeedd;
}

div#cf_greeting_log p.logbk1,
div#cf_minichat_user p.logbk1,
div#cf_minichat_log p.logbk1,
div#cf_allchat_log p.logbk1 {
  background-color: #fffff;
}

/*-変更箇所160218（重複箇所あり）-*/
div#cf_greeting_log p,
div#cf_minichat_user p,
div#cf_minichat_log p,
div#cf_allchat_log p {
  margin-left: 30px;
  margin-top: 3px;
  margin-bottom: 2px;
  padding-left: 5px;
  padding-right: 5px;
  position: relative;
  z-index: 5;
  display: inline-block;
  float: left;
  clear: both;
}
div#cf_greeting_log p:before,
div#cf_minichat_user p:before,
div#cf_minichat_log p:before,
div#cf_allchat_log p:before {
  /*-吹き出し-*/
  content: "";
  display: block;
  position: absolute;
  left: -12px;
  top: 33px;
  z-index: -1;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 16px 8px 0;
  -moz-transform: rotate(10deg);
  -ms-transform: rotate(10deg);
  -webkit-transform: rotate(10deg);
  transform: rotate(10deg);
}
div#cf_greeting_log p.logbk0,
div#cf_minichat_user p.logbk0,
div#cf_minichat_log p.logbk0,
div#cf_allchat_log p.logbk0 {
  background-color: #fae8e8;
  border-bottom: 1px solid #f7dbdb;
}
div#cf_greeting_log p.logbk0:before,
div#cf_minichat_user p.logbk0:before,
div#cf_minichat_log p.logbk0:before,
div#cf_allchat_log p.logbk0:before {
  border-color: transparent #fae8e8 transparent;
}
div#cf_greeting_log p.logbk1,
div#cf_minichat_user p.logbk1,
div#cf_minichat_log p.logbk1,
div#cf_allchat_log p.logbk1 {
  background-color: #eee;
  border-bottom: 1px solid #e6e6e6;
}
div#cf_greeting_log p.logbk1:before,
div#cf_minichat_user p.logbk1:before,
div#cf_minichat_log p.logbk1:before,
div#cf_allchat_log p.logbk1:before {
  border-color: transparent #eee transparent;
}
div#cf_greeting_log p.logmsg,
div#cf_minichat_user p.logmsg,
div#cf_minichat_log p.logmsg,
div#cf_allchat_log p.logmsg {
  border-radius: 0.5em;
  margin-left: 5px;
  margin-right: 5px;
  display: block;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 2px;
  padding-bottom: 2px;
  border-bottom: none;
}
div#cf_greeting_log p.logmsg:before,
div#cf_minichat_user p.logmsg:before,
div#cf_minichat_log p.logmsg:before,
div#cf_allchat_log p.logmsg:before {
  display: none;
}
div#cf_greeting_log a,
div#cf_minichat_user a,
div#cf_minichat_log a,
div#cf_allchat_log a {
  margin: 0;
  display: block;
  cursor: pointer;
  font-size: 90%;
}
div#cf_greeting_log img,
div#cf_minichat_user img,
div#cf_minichat_log img,
div#cf_allchat_log img {
  position: absolute;
  margin-left: -32px;
}

div#cf_allchat_log p.logbk0 {
  background-color: #ffeedd;
  border-bottom: 1px solid #ffe1c4;
}
div#cf_allchat_log p.logbk0:before {
  border-color: transparent #ffeedd transparent;
}

/*- 旧top_area 問題が出てきたらoldを外してください-*/
.top_area_old {
  width: calc(100% - 14px);
  position: relative;
  margin-left: 7px;
  z-index: 15;
}
@media screen and (max-width: 915px) {
  .top_area_old:not(:empty):after {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    top: -4px;
    right: -252px;
    bottom: -4px;
    left: -3px;
    background-color: #b0a689;
    border-radius: 8px;
  }
}
@media screen and (max-width: 640px) {
  .top_area_old:not(:empty):after {
    right: -3px;
  }
}
@media screen and (max-width: 500px) {
  .top_area_old:not(:empty):after {
    bottom: -6px;
    top: -6px;
  }
}
@media screen and (min-width: 640px) and (max-width: 1000px) {
  .top_area_old {
    width: calc(100% - 261px);
  }
  .top_area_old > div:before {
    /*-バナーが入るスペースを確保-*/
    content: "";
    display: block;
    width: calc(50% - 8px);
    margin-right: 8px;
    height: 0;
    padding-top: calc(117% + 28px);
    float: right;
  }
  .top_area_old > div:after {
    content: "";
    display: block;
    width: 100%;
    height: 0px;
    clear: both;
  }
}
@media screen and (max-width: 500px) {
  .top_area_old {
    margin: 5px 2px 5px;
    width: calc(100% - 6px);
  }
}
.top_area_old .long_banner {
  display: none;
  margin-bottom: 0;
}
@media screen and (min-width: 640px) and (max-width: 1000px) {
  .top_area_old .long_banner {
    position: absolute;
    right: 8px;
    top: 0;
    width: calc(50% - 8px);
    display: block;
  }
}
@media screen and (max-width: 500px) {
  .top_area_old .long_banner {
    display: none;
  }
}
.top_area_old div.ad_banner_middle,
.top_area_old div.ad_banner_bottom {
  width: calc(100% - 258px);
  margin-right: 258px;
}
@media screen and (min-width: 640px) and (max-width: 1000px) {
  .top_area_old div.ad_banner_middle,
  .top_area_old div.ad_banner_bottom {
    width: calc(50% - 8px);
  }
}
@media screen and (max-width: 500px) {
  .top_area_old div.ad_banner_middle,
  .top_area_old div.ad_banner_bottom {
    margin: 0;
    width: 50%;
  }
}
.top_area_old .ad_banner {
  margin: 0 0 8px;
  width: 100%;
}
@media screen and (max-width: 500px) {
  .top_area_old .ad_banner {
    margin: 0 0 4px;
  }
}
.top_area_old div#cf_minichat_base {
  width: auto;
  position: relative;
}
.top_area_old div#cf_minichat_name {
  width: 50%;
}
.top_area_old div#cf_minimap {
  position: relative;
  height: 0;
  padding-top: 56.8%;
  width: 100%;
  display: block;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
  margin: 0;
}
.top_area_old div#cf_minimap img {
  width: 11.4%;
  height: 20%;
}
.top_area_old div#cf_smartbbs {
  /*-スマートBBS-*/
  width: 248px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: 0;
}
@media screen and (min-width: 640px) and (max-width: 1000px) {
  .top_area_old div#cf_smartbbs {
    right: inherit;
    left: 100%;
  }
}
@media screen and (max-width: 500px) {
  .top_area_old div#cf_smartbbs {
    width: 49%;
    /*- android4.2対策 -*/
    width: calc(50% - 4px);
  }
}
.top_area_old div#cf_smartbbs_body {
  padding-bottom: calc(200% - 28px);
  width: 248px;
  position: absolute;
  top: 28px;
  bottom: 0;
}
@media screen and (max-width: 500px) {
  .top_area_old div#cf_smartbbs_body {
    width: auto;
  }
  .top_area_old div#cf_smartbbs_body > ul.modebutton {
    font-size: 0;
    /*-a:linkの改行による隙間をなくす-*/
  }
}
.top_area_old div#cf_smartbbs_body ul#cf_smartbbs_tv {
  width: 100%;
  height: auto;
  min-height: auto;
  resize: none;
  position: absolute;
  bottom: 0;
  margin: 0;
}
.top_area_old div#cf_smartbbs_body ul.modebutton {
  position: absolute;
  top: 0%;
  bottom: 65%;
  width: 100%;
  position: static;
  display: inline-block;
}
@media screen and (max-width: 800px) {
  .top_area_old div#cf_smartbbs_body ul.modebutton {
    bottom: 60%;
  }
}
@media screen and (max-width: 640px) {
  .top_area_old div#cf_smartbbs_body ul.modebutton {
    bottom: 55%;
  }
}
@media screen and (max-width: 500px) {
  .top_area_old div#cf_smartbbs_body ul#cf_smartbbs_tv {
    height: 380px;
    min-height: 380px;
  }
  .top_area_old div#cf_smartbbs_body ul.modebutton {
    bottom: 50%;
    width: 90%;
    margin-left: 5%;
  }
  .top_area_old div#cf_smartbbs_body ul.modebutton li {
    margin: 1px;
  }
  .top_area_old div#cf_smartbbs_body ul.modebutton li a {
    width: 40px;
    height: 40px;
  }
}
@media screen and (max-width: 450px) {
  .top_area_old div#cf_smartbbs_body ul.modebutton {
    width: 100%;
    margin-left: 0;
  }
  .top_area_old div#cf_smartbbs_body ul.modebutton li {
    margin: 0;
  }
}
@media screen and (max-width: 400px) {
  .top_area_old div#cf_smartbbs_body ul#cf_smartbbs_tv {
    height: 350px;
    min-height: 350px;
  }
  .top_area_old div#cf_smartbbs_body ul.modebutton {
    width: 96%;
    margin-left: 3%;
  }
  .top_area_old div#cf_smartbbs_body ul.modebutton li a {
    width: 32px;
    height: 32px;
  }
}
@media screen and (max-width: 360px) {
  .top_area_old div#cf_smartbbs_body ul#cf_smartbbs_tv {
    height: 300px;
    min-height: 300px;
  }
  .top_area_old div#cf_smartbbs_body ul.modebutton {
    width: 100%;
    margin-left: 0;
  }
}
@media screen and (max-width: 320px) {
  .top_area_old div#cf_smartbbs_body ul#cf_smartbbs_tv {
    height: 300px;
    min-height: 300px;
  }
}
.top_area_old div#cf_greeting_base {
  width: 100%;
}
@media screen and (max-width: 500px) {
  .top_area_old div#cf_greeting_base {
    margin: 4px 0;
  }
}
.top_area_old div#cf_greeting_base.floating_window {
  width: inherit;
}
.top_area_old div#cf_allchat_base {
  width: 100%;
  margin: 0;
}
.top_area_old div#cf_greeting_log,
.top_area_old div#cf_minichat_user,
.top_area_old div#cf_minichat_log,
.top_area_old div#cf_allchat_log {
  height: 200px;
  min-height: 200px;
}

/*-- flexbox対応 2018.04.21 --*/
.top_area {
  background-color: #bbb298;
  border-radius: 8px;
  margin: 0 4px;
  position: relative;
  width: inherit;
}
.top_area > div {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.top_area .ad_banner_middle {
  -ms-flex: 1 1 0%;
  /*-IE10のみ-*/
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
  margin: 5px;
  margin-right: 0;
  width: 100%;
}
.top_area .ad_banner_middle > div {
  margin: 0 auto 4px !important;
}
.top_area .ad_banner_bottom {
  -ms-flex: 1 1 0%;
  /*-IE10のみ-*/
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
  margin: 5px;
  margin-right: 0;
  width: 100%;
}
@media screen and (max-width: 640px) {
  .top_area .ad_banner_bottom {
    display: none;
  }
}
.top_area #cf_smartbbs {
  -ms-flex: 0 0 250px;
  /*-IE10のみ-*/
  /*-伸びる 縮む 幅-*/
  margin: 5px;
  -ms-flex-order: 3;
  -webkit-order: 3;
  order: 3;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  position: relative;
  padding-bottom: 10px;
  /*-cf_smartbbs_logを伸ばしたときに底にスペースを空けるため-*/
}
.top_area div#cf_smartbbs_main {
  text-align: center;
}
.top_area div#cf_smartbbs_body ul.modebutton {
  font-size: 0;
  width: 100%;
}
.top_area .other_area_iframe_wrapper {
  min-width: inherit;
}
.top_area div#cf_greeting_base,
.top_area div#cf_minichat_base,
.top_area div#cf_allchat_base {
  width: 100%;
}
.top_area #cf_smartbbs div.readonly #cf_smartbbs_blog,
.top_area #cf_smartbbs div.readonly #cf_smartbbs_tv,
.top_area #cf_smartbbs div.readonly #cf_smartbbs_log {
  border-bottom: 1px solid #d9d9d9;
}
.top_area .web_banner.long_banner {
  margin: 0;
}

@media screen and (max-width: 500px) {
  .top_area div#cf_smartbbs {
    width: 49%;
    width: calc(50% - 4px);
  }
  .top_area div#cf_smartbbs_body ul.modebutton {
    max-width: 200px;
  }
  .top_area div#cf_smartbbs_body ul.modebutton li {
    margin: 1px;
  }
  .top_area div#cf_smartbbs_body ul.modebutton li a {
    width: 40px;
    height: 40px;
  }
}
@media screen and (max-width: 400px) {
  .top_area div#cf_smartbbs_body ul.modebutton {
    max-width: 150px;
  }
  .top_area div#cf_smartbbs_body ul.modebutton li a {
    width: 32px;
    height: 32px;
  }
}
.floating_window {
  /*-ウィンドウの画面固定化-*/
  position: fixed;
  z-index: 10;
  top: 50px;
  left: 50%;
  -moz-box-shadow: 0px 1px 1px 1px rgba(77, 77, 77, 0.3);
  -webkit-box-shadow: 0px 1px 1px 1px rgba(77, 77, 77, 0.3);
  box-shadow: 0px 1px 1px 1px rgba(77, 77, 77, 0.3);
}

/* ---------------------------------------- */
/* アラート系 */
/* ベース */
#cf_alert {
  margin: 0;
  padding: 0;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  position: fixed;
  z-index: 500;
}

/* ダイアログ */
#cf_alert_dlg {
  margin: 15% auto;
  padding: 2px;
  width: 50%;
  min-width: 270px;
  border: 2px solid #497500;
  background-color: #ffffff;
  color: #3f6408;
  -webkit-border-radius: 6px;
  /* Safari,Chrome */
  -moz-border-radius: 6px;
  /* Firefox */
  border-radius: 6px;
  /* CSS3 Draft */
  /*-変更箇所160318-*/
  border-color: #fff;
  background-color: #c9ea84;
  position: relative;
  z-index: 0;
  padding: 0 12px;
}

/*-追加箇所180111-*/
#cf_alert_dlg .close_bx {
  background-color: #ff7357;
  border: 2px solid #ecf7ce;
  box-sizing: content-box;
  position: absolute;
  right: -10px;
  top: -10px;
}

/*-追加箇所160318-*/
#cf_alert_dlg > * {
  z-index: 10;
}

#cf_alert_dlg:before,
#cf_alert_dlg:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}

#cf_alert_dlg:before {
  background-color: #ebf7ce;
  border-radius: 18px / 50%;
}

#cf_alert_dlg:after {
  border-radius: 35px / 50%;
  right: 2px;
  left: 2px;
  background-color: #fff;
}

/*-ボタンのdiv-*/
#cf_alert_dlg > div {
  text-align: right;
  margin-right: 20px;
}

#cf_alert_dlg > div button {
  margin-left: 4px;
}

#cf_alert_title {
  border-bottom: 1px solid #c9ea84;
  font-size: 150%;
  font-weight: bold;
  color: #8dbc1f;
}

#cf_alert_dlg h1 {
  margin: 4px 0 0;
  padding: 8px 2px 0 5px;
  background: url("../img/diff/green_gradation.gif") repeat-x scroll left top transparent;
  color: #467B25;
  font-size: 16px;
  height: 30px;
}

#cf_alert_dlg p {
  margin: 12px;
  padding: 0;
}

#cf_alert_dlg div.btn {
  margin: 4px;
  padding: 0;
  width: 100%;
  text-align: center;
}

#cf_alert_dlg div.btn button {
  margin: 8px 20px;
}

/* photo */
#cf_alert #cf_alert_dlg {
  width: 75%;
  max-width: 640px;
  margin: auto;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#cf_alert.photo #cf_alert_photo {
  margin: 0 auto;
  max-width: 600px;
  text-align: center;
}

#cf_alert.photo #cf_alert_photo img {
  max-width: 100%;
  height: auto;
}

@media screen and (max-height: 700px) {
  #cf_alert #cf_alert_dlg {
    margin: 0.5% auto;
    position: relative;
    height: 98%;
    top: auto;
    left: auto;
    transform: none;
  }

  #cf_alert #cf_alert_photo {
    height: 75%;
  }

  #cf_alert #cf_alert_photo img {
    max-height: 100%;
  }

  #cf_alert .btn_div {
    position: absolute;
    bottom: 6px;
    right: 6px;
  }
}
/* iframe */
#cf_alert.iframe #cf_alert_dlg {
  text-align: center;
}

#cf_alert.iframe #cf_alert_title,
#cf_alert.iframe #cf_alert_photo,
#cf_alert.iframe #cf_alert_input,
#cf_alert.iframe #cf_alert_text,
#cf_alert.iframe #cf_alert_msg {
  display: none;
}

#cf_alert.iframe #cf_alert_iframe {
  margin: 0.5% auto;
  width: 100%;
}

#cf_alert.iframe .iframe_wrapper {
  margin: 5px auto;
  text-align: center;
  position: relative;
}

@media screen and (max-height: 700px) {
  #cf_alert.iframe .iframe_wrapper {
    height: 90%;
    height: calc(100% - 10px);
  }
  #cf_alert.iframe .iframe_wrapper iframe {
    height: 100% !important;
  }
}
